home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / gdsntxrs.lha / Assembly_Parser / README < prev   
Text File  |  1995-06-03  |  488b  |  24 lines

  1. NAME
  2.  
  3.   asm.parser
  4.  
  5. AUTHOR
  6.  
  7.   Leon Woestenberg, Digital Disturbance (leon@stack.urc.tue.nl)
  8.  
  9. DESCRIPTION
  10.  
  11.   A parser library for assembly language sources.
  12.  
  13. FEATURES
  14.  
  15.   Highlights assembly style comments; either full line comments, with
  16.   an asterix ('*') as first non-space character, or partial line comment,
  17.   introduced by a semicolon (';').
  18.  
  19. KNOWN BUGS
  20.  
  21.   A semicolon in a string ('; bla bla') or character value (#";" or #';')
  22.   is falsly recognized as being a comment introducer.
  23.  
  24.